SquareGrid.passable

* Is a given position blocked by a wall * * Params: * id = The position * * Returns: * If the position is blocked by a wall

struct SquareGrid(T, U = typeof(T.x))
bool
passable
(
T id
)

Meta